home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 684 / 684.xpi / chrome / fireftp.jar / locale / en-US / accountManager.dtd next >
Text File  |  2008-01-11  |  3KB  |  82 lines

  1. <!ENTITY title             "Account Manager">
  2.  
  3. <!ENTITY main              "Main">
  4. <!ENTITY connections       "Connection">
  5. <!ENTITY advanced          "Advanced">
  6.  
  7. <!ENTITY maindetails       "Main Details">
  8. <!ENTITY id                "ID">
  9.  
  10. <!ENTITY account.label     "Account Name:">
  11. <!ENTITY account.tip       "Example: My FTP Site">
  12. <!ENTITY folder.label      "Category:">
  13. <!ENTITY host.label        "Host:">
  14. <!ENTITY host.tip          "Example: ftp.debian.org">
  15.  
  16. <!ENTITY login.label       "Login:">
  17. <!ENTITY password.label    "Password:">
  18. <!ENTITY anonymous.label   "Anonymous">
  19.  
  20. <!ENTITY connection        "Connection Type">
  21. <!ENTITY port.label        "Port:">
  22. <!ENTITY pasv.label        "Passive Mode">
  23. <!ENTITY security.label    "Security:">
  24. <!ENTITY none.label        "None">
  25. <!ENTITY authtls.label     "Auth TLS (Best)">
  26. <!ENTITY authssl.label     "Auth SSL (Better)">
  27. <!ENTITY implicit.label    "Implicit SSL (Good)">
  28. <!ENTITY sftp.label        "SFTP">
  29. <!ENTITY privatekey.label  "Private Key:">
  30. <!ENTITY pkbrowse.label    "Browse...">
  31. <!ENTITY pkconvert.label   "Convert...">
  32.  
  33. <!ENTITY initialdir        "Initial Directories">
  34. <!ENTITY download          "Download Options">
  35. <!ENTITY upload            "Upload Options">
  36.  
  37. <!ENTITY localdir.label    "Local:">
  38. <!ENTITY remotedir.label   "Remote:">
  39. <!ENTITY current.label     "Use Current">
  40. <!ENTITY treesync.label    "Keep directories in sync while navigating">
  41.  
  42. <!ENTITY webhost           "Web host (used with 'View on the Web' feature)">
  43. <!ENTITY webhost.tip       "Example: http://www.example.com">
  44. <!ENTITY prefix.label      "Prefix:">
  45. <!ENTITY prefix.tip        "Prefix to remove of the FTP part of the url, e.g. /public_html">
  46.  
  47. <!ENTITY caseleave.label   "Leave case alone">
  48. <!ENTITY caselower.label   "Convert to lower case">
  49. <!ENTITY caseupper.label   "Convert to upper case">
  50.  
  51. <!ENTITY timezone.label    "Timezone Offset">
  52. <!ENTITY hours.label       "Hours:">
  53. <!ENTITY minutes.label     "Minutes:">
  54.  
  55. <!ENTITY notes.label       "Notes">
  56.  
  57. <!ENTITY encoding.label    "Server Encoding">
  58. <!ENTITY charset.label     "Character Set:">
  59.  
  60. <!ENTITY account.access    "A">
  61. <!ENTITY folder.access     "e">
  62. <!ENTITY host.access       "H">
  63. <!ENTITY login.access      "G">
  64. <!ENTITY password.access   "P">
  65. <!ENTITY anonymous.access  "n">
  66.  
  67. <!ENTITY pasv.access       "v">
  68. <!ENTITY port.access       "o">
  69. <!ENTITY security.access   "S">
  70. <!ENTITY privatekey.access "i">
  71. <!ENTITY pkbrowse.access   "B">
  72. <!ENTITY pkconvert.access  "S">
  73.  
  74. <!ENTITY localdir.access   "L">
  75. <!ENTITY remotedir.access  "R">
  76. <!ENTITY currentl.access   "c">
  77. <!ENTITY currentr.access   "u">
  78. <!ENTITY treesync.access   "y">
  79.  
  80. <!ENTITY webhost.access    "t">
  81. <!ENTITY prefix.access     "x">
  82.